Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / ReadOnly Property

In This Topic
    ReadOnly Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets a value indicating whether text in the embedded text box is read-only.
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    public bool ReadOnly {get; set;}
    See Also